Opc.Ua.Core
InvokeServiceMessage Constructor(Byte[])



Opc.Ua Namespace > InvokeServiceMessage Class > InvokeServiceMessage Constructor : InvokeServiceMessage Constructor(Byte[])
The invoke service request.
Initializes the message with the body.
Syntax
'Declaration
 
Public Function New( _
   ByVal InvokeServiceRequest() As Byte _
)
'Usage
 
Dim InvokeServiceRequest() As Byte
 
Dim instance As New InvokeServiceMessage(InvokeServiceRequest)
public InvokeServiceMessage( 
   byte[] InvokeServiceRequest
)
public:
InvokeServiceMessage( 
   array<byte>^ InvokeServiceRequest
)

Parameters

InvokeServiceRequest
The invoke service request.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvokeServiceMessage Class
InvokeServiceMessage Members
Overload List